home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
SDK
/
examples
/
envoymodule
/
envoy_strings.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-10-26
|
256 b
|
11 lines
#define CATCOMP_BLOCK
#include "envoy.strings"
#include <dopus/locale.h>
// This module includes all the locale strings,
// and initialises a pointer to them.
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}